-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Unified the redis_namespace for LRT ⚠️🚨 #8450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Unified the redis_namespace for LRT ⚠️🚨 #8450
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8450 +/- ##
==========================================
+ Coverage 87.44% 87.54% +0.09%
==========================================
Files 1913 1555 -358
Lines 74968 64610 -10358
Branches 1333 678 -655
==========================================
- Hits 65556 56563 -8993
+ Misses 9013 7809 -1204
+ Partials 399 238 -161
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx. Left some suggestions
packages/service-library/src/servicelib/long_running_tasks/_redis_store.py
Outdated
Show resolved
Hide resolved
packages/service-library/src/servicelib/long_running_tasks/_redis_store.py
Show resolved
Hide resolved
packages/service-library/src/servicelib/long_running_tasks/_redis_store.py
Outdated
Show resolved
Hide resolved
...vice-library/tests/long_running_tasks/test_long_running_tasks_client_long_running_manager.py
Outdated
Show resolved
Hide resolved
|



What do these changes do?
Very subtle issue, due to a wrong test the functionality was working sometimes. The test would always pass but because it was wrong.
Some LrtNamespaces can contain uuids which usually contain lower case letters. That's why this was not detecetd. (eg, a sidecar
SIMCORE-SERVICE-DYNAMIC-SIDECAR-1756455678_1A189515-6961-484D-BA61-78D9311864D0)Related issue/s
How to test
Dev-ops⚠️
When releasing this to any deployment, do the following:
6